home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-29 | 407 b | 30 lines | [TEXT/CWIE] |
- Unit Toolbox;
-
- Interface
-
- Uses
- Windows, Fonts, Dialogs, Processes, ToolUtils, Devices, Resources, Sound,
- Icons, StandardFile, Folders, QDOffscreen, AppleEvents;
-
- Type
- str3 = string[3];
-
- Procedure InitToolbox;
-
- Implementation
-
- Procedure InitToolbox;
-
- begin
- InitGraf(@qd.thePort);
- InitFonts;
- InitWindows;
- InitMenus;
- TEInit;
- InitDialogs(NIL);
- InitCursor;
- MaxApplZone;
- MoreMasters;
- end;
-
- End.